home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="iso-8859-1"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
- <svg xmlns="http://www.w3.org/2000/svg">
- <script type="text/ecmascript"> <![CDATA[
- function text_on(evt,which) {
- doc = evt.target.ownerDocument;
- title = doc.getElementById(which);
- node = title.getChildNodes().item(0);
- node.setData(7);
- }
- ]]> </script>
-
- <text id="me" onmouseover="text_on(evt,'me')" x="75px" y="50px">MouseOverMe
- </text>
- </svg>
-